home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Full / Panda Internet Security 2009 / IS09PROMO3M.exe / [0] / Files / PlaWiz.dll / 0 / RCDATA / TFORMEDICIONELEMENTOSANALIZABLES / TFORMEDICIONELEMENTOSANALIZABLES.txt < prev   
Text File  |  2008-07-17  |  2KB  |  108 lines

  1. object FormEdicionElementosAnalizables: TFormEdicionElementosAnalizables
  2.   Left = 297
  3.   Top = 183
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Selecci∩┐╜n de elementos'
  7.   ClientHeight = 252
  8.   ClientWidth = 459
  9.   Color = 14215660
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label2: TLabel
  23.     Left = 14
  24.     Top = 37
  25.     Width = 343
  26.     Height = 13
  27.     AutoSize = False
  28.     Caption = 'Lista de elementos a analizar:'
  29.     Transparent = True
  30.   end
  31.   object Label1: TLabel
  32.     Left = 14
  33.     Top = 13
  34.     Width = 431
  35.     Height = 13
  36.     AutoSize = False
  37.     Caption = 
  38.       'Selecciona los elementos que quieres analizar con esta tarea y a' +
  39.       '∩┐╜∩┐╜delos en la lista.'
  40.     Constraints.MinWidth = 425
  41.     Transparent = True
  42.   end
  43.   object m_PLVElementosAnalizables: TPlaListView
  44.     Left = 14
  45.     Top = 53
  46.     Width = 345
  47.     Height = 144
  48.     Color = clWhite
  49.     CheckBoxes = False
  50.     Columns = <
  51.       item
  52.         Width = 330
  53.       end>
  54.     DragCursor = crDrag
  55.     DragMode = dmManual
  56.     HideSelection = True
  57.     MultiSelect = False
  58.     ParentColor = False
  59.     ShowColumnHeaders = False
  60.     TabOrder = 0
  61.     TabStop = True
  62.     OnChange = PLVElementosAnalizablesChange
  63.     Data = {000100000000FE}
  64.   end
  65.   object BtnAnadir: TPlaButton
  66.     Left = 375
  67.     Top = 53
  68.     Width = 73
  69.     Height = 21
  70.     HelpContext = 137
  71.     Caption = 'A∩┐╜adir...'
  72.     TabOrder = 1
  73.     OnClick = BtnAnadirClick
  74.     Default = True
  75.   end
  76.   object BtnQuitar: TPlaButton
  77.     Left = 375
  78.     Top = 81
  79.     Width = 73
  80.     Height = 21
  81.     HelpContext = 138
  82.     Caption = 'Quitar'
  83.     TabOrder = 2
  84.     OnClick = BtnQuitarClick
  85.   end
  86.   object BtnAcceptar: TPlaButton
  87.     Left = 293
  88.     Top = 220
  89.     Width = 73
  90.     Height = 21
  91.     Anchors = [akRight, akBottom]
  92.     Caption = '&Aceptar'
  93.     TabOrder = 3
  94.     ModalResult = 1
  95.   end
  96.   object BtnCancelar: TPlaButton
  97.     Left = 375
  98.     Top = 220
  99.     Width = 73
  100.     Height = 21
  101.     Anchors = [akRight, akBottom]
  102.     Caption = '&Cancelar'
  103.     TabOrder = 4
  104.     Cancel = True
  105.     ModalResult = 2
  106.   end
  107. end
  108.